Regardless of your deployment model, the first step in deploying your application is to package the required ImageGear runtime components.
The following content of the /Accusoft/ImageGear<Version>/Bin/.. from your ImageGear Installation represents the ImageGear runtime components:
- ig_cmyk_profile.icm – ICC color profile (CMYK color space)
- ig_rgb_profile.icm – ICC color profile (RGB color space)
- libDL*.* – Third-party libraries used by ImageGear PDF components
- libicu*.* – Third-party libraries used by ImageGear PDF components
- libIGART<Version>.* – ImageGear ART components
- libIGCORE<Version>.* – ImageGear Core components
- libIGLZW<Version>.* – ImageGear LZW components
- libIGMED<Version>.* – ImageGear MD components (only available on Linux platform)
- libIGPDF<Version>.* – ImageGear PDF components
- Resource/PDF – ImageGear PDF component resources
- Resource/PS – ImageGear PDF component resources
You can take these components and include them into the installation package for your application.
If you are using Automatically Reported Runtime (Node-Locked) Licensing model:
- If you are using the Server Licensing Utility (SLU) to register licenses on the end user's system, the "slu.jar" and "ldk.jar" located in /Accusoft/ImageGear<Version>/licensing/deployment/ have to be distributed.
- Also please make sure your installation routine defines the IMAGE_GEAR_LICENSE_DIR environment variable that contains a path to the "accusoft...imagegear" license file. For example: IMAGE_GEAR_LICENSE_DIR=$HOME//License
The end user will obtain the license file and place it to the $HOME//License directory.